home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP Eylül 1998.iso / freeware / Freev00 / _SETUP.1 / Freeview.exe / 0 / RCDATA / TCOPYDIALOG / TCOPYDIALOG.txt < prev   
Encoding:
Text File  |  1997-06-04  |  1.1 KB  |  62 lines

  1. object CopyDialog: TCopyDialog
  2.   Left = 622
  3.   Top = 297
  4.   BorderStyle = bsDialog
  5.   Caption = 'Copy to ...'
  6.   ClientHeight = 212
  7.   ClientWidth = 174
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 158
  20.     Height = 161
  21.     Shape = bsFrame
  22.   end
  23.   object OKBtn: TButton
  24.     Left = 9
  25.     Top = 180
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 0
  32.     OnClick = OKBtnClick
  33.   end
  34.   object CancelBtn: TButton
  35.     Left = 89
  36.     Top = 180
  37.     Width = 75
  38.     Height = 25
  39.     Cancel = True
  40.     Caption = 'Cancel'
  41.     ModalResult = 2
  42.     TabOrder = 1
  43.     OnClick = CancelBtnClick
  44.   end
  45.   object DriveComboBox1: TDriveComboBox
  46.     Left = 16
  47.     Top = 16
  48.     Width = 142
  49.     Height = 19
  50.     DirList = DirectoryListBox1
  51.     TabOrder = 2
  52.   end
  53.   object DirectoryListBox1: TDirectoryListBox
  54.     Left = 16
  55.     Top = 40
  56.     Width = 142
  57.     Height = 121
  58.     ItemHeight = 16
  59.     TabOrder = 3
  60.   end
  61. end
  62.